projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b79564
)
(ls-lisp-format): Leave a blank before "root".
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Apr 2001 15:16:03 +0000
(15:16 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 12 Apr 2001 15:16:03 +0000
(15:16 +0000)
lisp/ls-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/ls-lisp.el
b/lisp/ls-lisp.el
index bac2fc82b1578f6a3833056c4957b1faf9172408..d8f52df45ea8366d2cb5f6b757b43c5e6a1223dd 100644
(file)
--- a/
lisp/ls-lisp.el
+++ b/
lisp/ls-lisp.el
@@
-491,7
+491,7
@@
SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
(memq 'gid ls-lisp-verbosity))
(if (memq system-type '(macos windows-nt ms-dos))
;; No useful concept of group...
- "root"
+ "
root"
(let* ((gid (nth 3 file-attr))
(group (user-login-name gid)))
(if group